Command | Operation |
---|
;ock addr | Display the state of the spinlock at addr. This command is available only in multiprocessor systems. |
mrlock addr | Display the state of the reader/writer lock at addr. |
mutex addr | Display the state of the mutual exclusion lock at addr. |
sema addr | Display the state of the semaphore at addr. |
smeter addr | Display metering information about the semaphore at addr. When addr is positive, it is taken as an index to the semaphore metering array. |
sv addr | Display the state of the synchronizing variable at addr, including waiting processes and metering information. |